home *** CD-ROM | disk | FTP | other *** search
- name Roland CAMM-3
-
- H >1
- V >2
- @ ->32
- I ->32 C
- J ->32 ,
- R >32 ,
- P >30 ,
- N >10 ,
- Q >30 ,
- S >32 ,
- K >30 ,
- M >30 ,
- L >30 ,
- X >32 Z
- Y >32 ,
- Z ->32 ,
- F >2
- d 00 ""
- ; 00
- U 00 ""
- f >2
-
- ModalLetters # List of letters that are modal
-
- Sequence#s N 0 1 1 # Char, freq, incr & start
-
- Comment ( ) # Begin End comment char.
-
- HCode X # X or X U 'Horizontal char.
- VCode Y # Y or Y V 'Vertical char.
- Dcode Z # Depth char.
- FEEDCODE d # Feed rate char.
-
- Helical? N
- MaxRad 0 .0245 # Maximum arc radius & chordal dev.
-
- Inc/Abs G 91 90 # Inc & Abs char. & values
-
- CtrIncremental? N # Y or N 'Inc or abs I & J
- ByQuadrants? Y # Y or N 'Break arcs at quadrants
-
- UppercaseComments? Y # Y or N 'Require uppercase comments
-
- StartCode # Start of the program
- H0
- @[-2], Z[Vclear]
- V22
- F22
- End
-
- 1stToolChange # First tool change
- X[H] Y[V] Z[D]
- End
-
- ToolChange # Secondary tool changes
- X[H] Y[V] Z[D]
- End
-
- EndCode # End of the program
- H0
- End
-
- LineCode # Linear move
- X[H] Y[V] Z[D]
- End
-
- RapidCode # Rapid move
- X[H] Y[V] Z[D]
- End
-
- CwCode # CW circular move
- @[D] Z[Vclear]
- I[HCtr] J[VCtr] R[ArcRad] P[StartAng] Q[EndAng]
- X[H] Y[V] Z[D]
- End
-
- CcwCode # CCW circular move
- @[D] Z[Vclear]
- I[HCtr] J[VCtr] S[ArcRad] K[StartAng] L[EndAng]
- X[H] Y[V] Z[D]
- End
-